home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3863 / 3863.xpi / chrome / imacros.jar / content / extract.js < prev    next >
Text File  |  2010-01-25  |  242b  |  5 lines

  1.  
  2. /*
  3.   (c) Copyright 2006 iOpus Software GmbH - http://www.iopus.com
  4. */
  5. window.onload=function(){if("arguments"in window&&window.arguments.length>0){var list=document.getElementById('message');list.value=window.arguments[0].extractData;}};